arm: rename xen/arch/arm/psci.c into vpsci.c
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 5 Dec 2013 10:08:07 +0000 (11:08 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Dec 2013 12:18:54 +0000 (12:18 +0000)
commitfd715d2c958833a8a9bdc41287922a441d66406d
tree2d63bebcc3e50d643aad4f74986dbfa25d0c5ee8
parentfba6c4ba5e8563d7ce53750750ac273781bd9398
arm: rename xen/arch/arm/psci.c into vpsci.c

Follow the current convention of prefixing guest related names
with "v" by renaming the guest PSCI functionality into vpsci.c to make
room for the host PSCI functions.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Makefile
xen/arch/arm/psci.c [deleted file]
xen/arch/arm/vpsci.c [new file with mode: 0644]